home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-11-14 | 659 b | 65 lines | [TEXT/ttxt] |
- /*
-
- Blue for u
- by: David Padgham (padgham@iaa.com.au)
- Last modified: 06/11/99
-
- Version 3 compatible
-
- */
-
- Resn=10,
-
- Durn="5",
-
- CamX="25 * cos( t / 7 )",
- CamY="50 * sin( t / 7 )",
- CamZ="30 + 13 * cos( t / 16 )",
-
-
- CmLX="0",
- CmLY="5",
- CmLZ="5",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
- C0="dt^3",
-
- D0="- .5 * s - c0",
-
- R="clip(2*mag(s))+d0",
- G="clip(4*mag(s))+d0",
- B="clip(8*mag(s))+d0",
-
-
-
- widt=400,heig=350,
-
-
- ConL=0,
- ConB=0,
- LWdt="1 + sqwv(1+dt)",
-
-
- Fall="1",
-
- C1="sin(PI*dt)*50",
- C2="10*sin(PI*st/2)",
- C3="10*cos(PI*st/2)",
-
- D1="c1*(0.3+0.7*mag(s))",
- D2="PI*(st+2*s)",
-
- X="d1*cos(d2)+c2",
- Y="d1*sin(d2)+c3",
- Z="100*dt-50",
-
-
- Scal="620",
- ScSz=1,
-
- Pers="150",
-
- Vers=30